projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8eb38b3
)
(Example Major Modes): Explain last line of text-mode is redundant.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 12 May 2007 16:58:31 +0000
(16:58 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 12 May 2007 16:58:31 +0000
(16:58 +0000)
lispref/modes.texi
patch
|
blob
|
history
diff --git
a/lispref/modes.texi
b/lispref/modes.texi
index 56fb43a0c3be97f0e5bb212b734992bf1beef60e..6d9aabefbe8064eb8594f70046411e6a0b70b329 100644
(file)
--- a/
lispref/modes.texi
+++ b/
lispref/modes.texi
@@
-956,7
+956,11
@@
Turning on Text mode runs the normal hook `text-mode-hook'."
@end group
@end smallexample
- But here is how it was defined formerly, before
+@noindent
+(The last line is redundant nowadays, since @code{indent-relative} is
+the default value, and we'll delete it in a future version.)
+
+ Here is how it was defined formerly, before
@code{define-derived-mode} existed:
@smallexample